/*
Theme Name: Football 101 Theme
Theme URI: http://www.football101.com
Description: Theme created for Football 101.
Author: Tracy Elliott
Author URI: www.glowfruit.com
*/

/* CSS Reset */

body{padding:0;margin:0;font:13px Tahoma,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}

/* Basics */

a:link, a:visited {
	color: #08658F;
	font-weight: bold;
}

a:hover {
	color: #CC0F01 !important;
}

.alignleft {
	float: left;
	margin-left: 15px;
}

.alignright {
	float: right;
	margin-right:15px;
}

.grayline {
	height: 1px;
	background: #dfe4e9;
	margin: 5px 0 0 0;
	width: 590px;
}

.small_grayline {
	width:250px;
	margin: 7px 0 7px 0;
	height: 1px;
	background: #dfe4e9;
}


#mainbox ul {
	list-style-type: disc;
	padding: 10px 10px 10px 50px;
}

#mainbox li {
	line-height: 140%;
}

strong, h4 {
	font-weight: strong;
}

em {
	text-decoration: italic;
}

/* Palette */

.ratebox p {
	color: #175268;
}

#topbar  {
	background: #c7e3ed;
}
 
/* Fonts */

h1, h2, h3, h1 a, h2 a {
	font-family: "BebasNeueRegular", sans-serif;
	font-weight: normal !important;
}

h2 {
	font-size:22px;
	letter-spacing:0.5px;
	margin-left: 9px;
}

h3, h3 a {
	font-size:16px;
	letter-spacing:1px;
	font-family: Trebuchet MS, sans-serif;
}

p {
font-family: "Trebuchet MS", sans-serif;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

/* Header */

body {
	background: #cc0f01;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}

#logobar {
	position: relative;
	top: 0;
	width: 100%;
	background: url(images/bg-top.jpg) repeat-x center top;
	height: 140px;
}

#logobar img, #logobar iframe {
	float: left;
}

#logobar iframe {
	margin-top: 20px;
	margin-left: 10px;
}

#logobar img {
	margin-bottom:-30px;
	margin-left:-30px;
	margin-top:-10px;
}

#logo {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#logotext {
font-family:'BorisBlackBloxxRegular',sans-serif;
letter-spacing:0.7px;
padding-left:50px;
padding-top:42px;
position:absolute;
}

/* Navigation */

#navbar {
	height: 30px;
	position: relative;
	top: 0;
	width: 100%;
	background: url(images/bgnav.png) repeat-x;
	padding-top: 10px;
	margin-bottom: -8px;
}

#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	list-style-type: none !important;
}

#nav li {
	float: left;
	padding-top: 1px;
}

#nav li a{
	color:#F4D7D4;
	font-variant:small-caps;
	padding:9px 20px 10px;
	text-decoration:none !important;
}

#nav li a:hover, .current_page_item {
	color: #EFCC2C !important;
	text-decoration: none !important;
}
/* Content */

#container {
	position: relative;
	top: 0;
	width: 100%;
	background: url(images/bg.jpg) repeat-x;
}

#featured {
	background: url(images/featguy2.png) no-repeat top right !important;
	margin-top: 15px;
	padding: 15px 15px 25px 20px;
}

.reviewbox {
	margin-top: 30px;
}

.reviewbox, #mainbox {
	background: #FFFFFF;
	padding: 15px 15px 25px 20px;
	border: 1px solid #4F0400;
	-moz-border-radius: 15px;
    border-radius: 15px;
}

#featured p {
	color:#EDDEC3;
	line-height:150%;
	padding:0 15px 0 10px;
	width:370px;
}

#featured a {
	color: #eddec3;
	font-family:BebasNeueRegular;
	font-size:18px;
	letter-spacing:1px;
	font-weight: normal !important;
}

#featured h1 {
	font-family:'BebasNeueRegular',sans-serif;
	padding-top: 9px;
	padding-left: 8px;
	font-size: 32px;
	font-style: normal;
	line-height: 1.2em;
	margin: 0;
	color: #ff6f4e;
	text-shadow:0 2px 0 #000000;
}

.sblogo {
	float: right;
	position: relative;
	top: -60px;
	right: 0;
}

.screenshot {
	float: left;
	padding-top: 12px;
	margin-right: 18px;
}

.review {
	font-size: 10px;
	width: 240px;
	float: left;
	margin-top: 12px;
}

.review p {
	padding: 3px 0 0 0;
	margin: 0;
}

.ratebox {
	float: right;
	width: 180px;
	height: 130px;
	text-align: center;
	line-height: 90%;
	margin: -58px 0 0 0;
	padding-top: 15px;
	padding-bottom: 0;
	width: 140px;
	margin-right: 0;
}

.ratebox p, .reviewpage p {
	font-weight: bold;
	clear: both;
	padding-top: 8px;
	margin-top: -10px;
	margin-bottom: 20px;
	color: #011c27;
}

.pro {
	color: green;
	padding-left: 5px;
	top: -2px;
	position: relative;
}

.con {
	color: red;
	padding-left: 5px;
	top: -2px;
	position: relative;
}

.score {
	font-size: 50px;
	color: #CC0F01;
}

.ten {
	font-size: 20px;
	color: #6F6F6F;
	clear: right;
}

.user_rating {
	position: relative;
	top: -20px !important;
	color: #6F6F6F !important;
	font-weight: normal !important;
}

.linkbar {
	background: #600602;
	width: 618px;
	height: 25px;
	color: #FFFFFF;
	padding-top: 5px;ide
	font-weight: bold;
	position:relative;
	top: -20px;
	border-bottom:1px solid #4F0400;
	border-left:1px solid #4F0400;
	border-right:1px solid #4F0400;	
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.linkbar a{
	color: #FFFFFF;
	font-family:Trebuchet MS,sans-serif;
	font-size:14px;
	font-weight:normal !important;
}

.linkbar a:hover {
	color: #CC0F01;
}


.leftlink {
	margin-left:65px;
}

.centerlink {
	margin-left:120px;
}

.rightlink {
	margin-left: 87px;
	margin-right: -10px;
}

/* Sidebar */

.grid_4 {
	float:left;
}

.sidebox {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	background:url("images/sidebar-box.png") no-repeat scroll center top transparent;
	margin-top:20px;
	padding-bottom:25px;
}

.sidebox h3 {
	font-family: "BebasNeueRegular", sans-serif;
	font-weight: normal !important;
	padding-top: 9px;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	color: #ff6f4e;
	padding-left:33px;
	padding-top:20px;
	text-shadow:0 2px 0 #000000;
}

.sidebox ul {
	padding-left:35px;
	padding-top:15px;
}

.sidebox li {
	padding-bottom: 7px;
	font-weight: bold;
}

.sidebox li a {
	text-decoration: none;
	color: #eddec3;
}

.bannerbox {
	-moz-border-radius:15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background:none repeat scroll 0 0 #600602;
	border:1px solid #F38549;
	color:#EDDEC3;
	left:50px;
	margin:20px 0;
	padding:15px 25px 15px 15px;
	width:150px !important;
	text-align: center;
}

/* Subpage Content */

.grid_8 h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 20px 20px 10px;
	}
	
.grid_8 {
	height: 100%;
	min-height: 1000px;
	float:right !important;
}

.grid_4 p {
	padding: 10px 0 10px 0;
}
	
#mainbox h2 {
	color: #586574;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

ul#tabletop {
	margin-top: 30px;
	padding: 0;
	list-style-type:none;
}

#tabletop li {
	padding: 4px 0 4px 4px;
	margin-bottom: 15px;
	background: #667687;
	font-size: 11px;
	font-weight: bold;
	color: white;
	float: left;
}

.bestrated_item {
	background: #EEEEEE;
	padding: 10px 10px 15px 10px;
	border-bottom: #4f4f4f 1px solid;
	height: 70px;
}

.bestrated_score, .expert_score {
	color: #CC0F01;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	margin-left: 10px;
}

.expert_score {
	font-size: 45px;
	top: -15px;
}

.bestrated_ten, .expert_ten {
	color: #003399;
	font-weight: bold;
	position: relative;
	padding-left: 5px;
	top: -15px;
}

.bestrated_join {
	padding: 5px 0 0 7px;
}

.bestrated_item ul {
	width: 210px;
	font-size: 11px;
	color: #4F4F4F;
	float: left;
	list-style-type: disc;
	padding: 0 !important;
}

.bestrated_item li {
	padding: 3px 0 3px 0;
	line-height: 100% !important;
}

.joinbox {
	float: left;
	margin-top: -10px;
	padding: 0 52px 0 24px;
	width: 130px;
}

.expert_item {
	width: 46%;
	float: left;
	background: #EEEEEE;
	padding: 5px 5px 20px 5px;
	margin: 5px 5px 5px 0;
	border: #5F5F5F 1px solid;	
}

.expert_item a {
	padding-left: 20px;
}

.expert_item img {
	border: #e4e4e6 1px solid;
	margin-left: -20px;
}	

.expert_item p {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.5em;
	height: 70px;
}

.promotions_item, .banking_item {
	width: 100%;
	background: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 0;
	border: #e4e4e6 1px solid;
}

.promotions_item {
	line-height: 10%;
	padding-bottom: 15px;
	border: #000000 1px solid !important;
	margin-left: -15px !important;
}

.promotions_join {
	border: 0 none !important;
	left: 70px;
	position: relative;
	top: 7px;
	float: none !important;
}

.promotions_item img, .banking_item img {
	border: #e4e4e6 1px solid;
	float: left;
	margin-right: 10px;
}

.promotions_item ul {
	font-size: 11px;
	color: #636468;
	list-style-type: disc; 
	padding: 3px 0 0 0 !important;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 140%;
}

.promotions_item h3 a {
	font-weight: bold !important;
	padding: 0 !important;
	float: left;
	font-size: 12.5px;
}

.promotions_item li {
	display: inline;
	list-style-type: disc;
}

.promotions_item a  {
	color: #011c27;
	font-size: 12px;
	padding-right: 20px;
}

.promotions_item li a {
	color: #011c27;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}

.banking_item p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 11px;
	color: #011c27;
}

.faqlist li {
	margin-bottom: 5px;
}

ul.faqlist {
	margin-top: 10px;
	margin-bottom: 40px;
}

.faq p {
	margin-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Single Review Page */

.reviewpage_score {
	float: left;
	width: 170px;
	text-align: center;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: url(images/bg_gradient.png) repeat-x top;
}

.reviewpage_score p {
	font-weight: bold;
	margin-bottom: 25px;
}

.reviewpage_procon {
	text-align: left;
}

.reviewpage_procon p {
	font-size: 10px;
	text-align: left;
	margin: 10px 0 0 0 !important;
	font-weight: normal !important;
}

/* Footer */

#footer {
	width: 960px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding: 10px 0 40px 0;
	color: #fefefe;
	font-size: 11px;
	clear:both;
	background: #600602;
	-moz-border-radius: 15px;
    border-radius: 15px;
	margin-bottom:20px;
}

#footer li {
	display: inline;
	padding: 0 15px 0 15px;
}

#footer li a {
	color: #fefefe;
	font-weight: normal;
}

#footer ul {
	padding: 30px 0 0 0;
}

/* Alternate Boxes */

.excerptbox {
	width: 300px;
}

.article {
	padding-left:30px;
	padding-top:10px;
}

.tab {
    border-radius: 8px;
	-moz-border-radius:8px;
	background-color:#600602;
	border:1px solid #000000;
	color:#FFBD5F;
	display:inline;
	font-family: Trebuchet MS,sans-serif;
	font-size:18px;
	letter-spacing:0.5px;
	margin-left:18px;
	padding:5px 10px 20px;
	position:relative;
	top:-3px;
	z-index:-1;
}

.wideredbox {
	-moz-border-radius: 15px;
    border-radius: 15px;
	background: #600602;
	border: #F38549 1px solid;
	margin-bottom: 20px;
	padding: 15px 15px 25px 30px;
	color: #EDDEC3;
}

.wideredbox h3 {
	font-family: "BebasNeueRegular", sans-serif;
	font-weight: normal !important;
	padding-top: 9px;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	color: #ff6f4e;
	text-shadow:0 2px 0 #000000;
	margin-bottom:5px;
}

/* Bonus Chart */

.bonuschart {
	width: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
}

.bonuschart-yellow {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
}

.bonuschart a:link, .bonuschart-yellow a:link {
	color: #000000;
}

.bonuschart li {
	height: 20px;
	list-style: none;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgb(202,212,235)),
		color-stop(1, rgb(252,252,255))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(202,212,235) 25%,
		rgb(252,252,255) 100%
	);
	border-bottom: #5c75ad 1px solid;
	border-right: #5c75ad 1px solid;
	background-color: #DBE1F1; /* Opera and IE */
}

.bonuschart-yellow li {
	height: 20px;
	list-style: none;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, rgb(252,235,148)),
		color-stop(1, rgb(255,254,247))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(252,235,148) 21%,
		rgb(255,254,247) 100%
	);
	border-bottom: #a37d02 1px solid;
	border-right: #a37d02 1px solid;
	background-color: #FCF1B4; /* Opera and IE */
}


.bonuschart ul, .bonuschart-yellow ul {
	float: left;
	margin: 0;
	padding: 0;
}

.b-room {
	width: 35%;
}

.b-room li {
	padding: 6px 0px 0px 7px;
}

.b-us {
	width: 10%;
	text-align: center;
}

.b-us li {
	padding: 6px 0px 0px 0px;
}

.b-us img {
	position: relative;
	top: 1px;
}

.b-bonus {
	width: 30%;
	text-align: center;
}

.b-bonus li {
	padding: 6px 0px 0px 3px;
}

.b-get {
	width: 25%;
	text-align: center;
}

.b-get li {
	padding: 6px 0px 0px 3px;
}

.b-get img {
	position: relative;
	top: -2px;
}

.b-header-black {
	border: 0px !important; 
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgb(17,25,43)),
		color-stop(0.85, rgb(85,85,102))
	) !important;
	background: -moz-linear-gradient(
		center bottom,
		rgb(17,25,43) 25%,
		rgb(85,85,102) 85%
	) !important;
	background-color: #252B3C !important; /* Opera and IE */
	color: #FFFFFF;
	padding: 5px 0px 0px 7px;
}


.b-header-blue {
	border: 0px !important; 
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, rgb(20,58,94)),
		color-stop(1, rgb(91,203,207))
	) !important;
	background: -moz-linear-gradient(
		center bottom,
		rgb(20,58,94) 21%,
		rgb(91,203,207) 100%
	) !important;
	background-color: #2B6A83 !important; /* Opera and IE */
	color: #FFFFFF;
	padding: 5px 0px 0px 7px;
}